home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 4
/
United Public Domain Gold 4.iso
/
fredfish
/
ff.0065.dms
/
ff.0065.adf
/
Bawk
/
example2
< prev
next >
Wrap
Text File
|
1987-04-04
|
138b
|
10 lines
BEGIN
{
RS = '.'; # set record seperator to a period
}
{
if ( match( $1, @^[a-z]@ ) )
*$1 = toupper( *$1 );
printf( "%s\n", $0 );
}